PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFFreeTextAnnotation Class / setContents Method
Text to be displayed for the annotation.
In This Topic
    setContents Method
    In This Topic
    Sets the annotation contents.
    Syntax
    public void setContents( 
       java.lang.String contents
    )

    Parameters

    contents
    Text to be displayed for the annotation.
    See Also